type crypto/cipher.ctr

4 uses

	crypto/cipher (current package)
		ctr.go#L21: type ctr struct {
		ctr.go#L50: 	return &ctr{
		ctr.go#L58: func (x *ctr) refill() {
		ctr.go#L79: func (x *ctr) XORKeyStream(dst, src []byte) {